TimeoutException

constructor(message: String)

Constructs a TimeoutException with the specified detail message.

Parameters

message

the detail message


constructor(message: String, cause: Throwable)

Constructs a TimeoutException with the specified detail message and cause.

Parameters

message

the detail message

cause

the cause